Vcenter NamespaceManagement ClusterCompatibility ZoneCompatibilityInfo

Vcenter NamespaceManagement ClusterCompatibility ZoneCompatibilityInfo
Vcenter NamespaceManagement ClusterCompatibility ZoneCompatibilityInfo

The Vcenter NamespaceManagement ClusterCompatibility ZoneCompatibilityInfo schema contains the information about the compatibility between a list of vSphere Zones.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "compatible": false,
    "zone_summaries": [
        {
            "zone": "string",
            "compatible": false,
            "cluster_summaries": [
                {
                    "cluster": "string",
                    "compatible": false,
                    "incompatibility_reasons": [
                        {
                            "id": "string",
                            "default_message": "string",
                            "args": [
                                "string"
                            ],
                            "params": {
                                "params": {
                                    "s": "string",
                                    "dt": "string",
                                    "i": 0,
                                    "d": "number",
                                    "l": "Vapi Std NestedLocalizableMessage Object",
                                    "format": "string",
                                    "precision": 0
                                }
                            },
                            "localized": "string"
                        }
                    ]
                }
            ]
        }
    ],
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
boolean
compatible
Required

Flag to indicate whether the vSphere Zones are compatible with each other. If false, the list of incompatibility issues will be given in the incompatibility_reasons field.

This property was added in vSphere API 8.0.0.1.

zone_summaries
Required

Information about the compatibility of a list of vSphere Zones and the vSphere clusters associated with them.

This property was added in vSphere API 8.0.0.1.

incompatibility_reasons
Required

Reasons for incompatibility between the vSphere Zones.

This property was added in vSphere API 8.0.0.1.